home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Software / TemaCD / freeram / FreeRAM XP Pro 1.31.exe / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  2003-05-13  |  2KB  |  94 lines

  1. object Form9: TForm9
  2.   Left = 4
  3.   Top = 686
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm FreeRAM XP exit'
  7.   ClientHeight = 107
  8.   ClientWidth = 383
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 9
  24.     Top = 12
  25.     Width = 40
  26.     Height = 37
  27.     Hint = 
  28.       'This option specifies if FreeRAM XP will always ask before autom' +
  29.       'atically freeing memory. This can also be changed in the Setting' +
  30.       's window.'
  31.     AutoSize = True
  32.     Picture.Data = {<image001.bmp>}
  33.     Transparent = True
  34.   end
  35.   object StaticText1: TStaticText
  36.     Left = 55
  37.     Top = 12
  38.     Width = 329
  39.     Height = 33
  40.     Hint = 
  41.       'This option specifies if FreeRAM XP will always ask before autom' +
  42.       'atically freeing memory. This can also be changed in the Setting' +
  43.       's window.'
  44.     AutoSize = False
  45.     Caption = 
  46.       'Are you sure you want to exit FreeRAM XP? Once you exit, your co' +
  47.       'mputer'#39's RAM will no longer be optimized.'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     TabOrder = 0
  55.   end
  56.   object Button1: TButton
  57.     Left = 107
  58.     Top = 51
  59.     Width = 81
  60.     Height = 25
  61.     Hint = 'Click to begin automatically freeing memory.'
  62.     Caption = '&OK'
  63.     Default = True
  64.     TabOrder = 1
  65.     OnClick = Button1Click
  66.   end
  67.   object Button2: TButton
  68.     Left = 195
  69.     Top = 51
  70.     Width = 81
  71.     Height = 25
  72.     Hint = 'Click to cancel automatically freeing memory this time.'
  73.     Cancel = True
  74.     Caption = '&Cancel'
  75.     TabOrder = 2
  76.     OnClick = Button2Click
  77.   end
  78.   object CheckBox1: TCheckBox
  79.     Left = 10
  80.     Top = 84
  81.     Width = 401
  82.     Height = 17
  83.     Hint = 
  84.       'This option specifies if FreeRAM XP will always ask before autom' +
  85.       'atically freeing memory. This can also be changed in the Setting' +
  86.       's window.'
  87.     Caption = '&Always ask me before exiting FreeRAM XP'
  88.     Checked = True
  89.     State = cbChecked
  90.     TabOrder = 3
  91.     OnClick = CheckBox1Click
  92.   end
  93. end
  94.